home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / updfstab.conf.default < prev    next >
Text File  |  2005-10-25  |  1KB  |  76 lines

  1. symlink        false
  2. partition   0
  3.  
  4. device cdrom {
  5.     symlink true
  6.     match   cdrom
  7. }
  8.  
  9. device cdwriter {
  10.     symlink true
  11.     nofstab true
  12.     match   cdwriter
  13. }
  14.  
  15. device jaz {
  16.     partition 4
  17.     match   hd jaz
  18. }
  19.  
  20. device zip {
  21.     partition 4
  22.     match   floppy zip
  23.     match   hd zip
  24.     match   floppy clik
  25.     match   hd clik
  26. }
  27.  
  28. device ls120. {
  29.     match   floppy ls120
  30.     match   floppy ls-120
  31. }
  32.  
  33. device camera {
  34.     partition 1
  35.     match   hd DSC
  36.     match   hd CAMERA
  37. }
  38.  
  39. device memstick {
  40.     partition 1
  41.     match   hd MSC
  42. }
  43.  
  44. device flash {
  45.     partition 1
  46.     match   hd CompactFlash
  47.     match   hd ImageMate
  48.     match   hd Flash
  49. }
  50.  
  51. device floppy {
  52.     match   hd USB-FDU
  53.     match   floppy USB-FDU
  54.     match   floppy FD
  55.     match   floppy "floppy drive"
  56.     match   floppy "USB UF"
  57. }
  58.  
  59. device diskonkey {
  60.     partition 0
  61.     match   hd diskOnKey
  62.     match   hd "Lexar DIGITAL FILM"
  63. }
  64.  
  65. device microdrive {
  66.     partition 1
  67.     match   hd IBM-DMDM
  68. }
  69.  
  70. device ipod {
  71.     partition 2
  72.     ignoremulti true
  73.     match   hd "Apple iPod"
  74. }
  75.  
  76.